object WinConsole: TWinConsole Left = 29 Top = 37 Width = 268 Height = 408 BorderStyle = bsSizeToolWin Caption = 'WinConsole' Color = 14205377 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Clear: TButton Left = 8 Top = 323 Width = 75 Height = 19 Anchors = [akLeft, akBottom] Caption = 'Clear' TabOrder = 0 OnClick = ClearClick end object Edit1: TEdit Left = 8 Top = 349 Width = 249 Height = 21 Anchors = [akLeft, akRight, akBottom] Color = clBlue Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 end object PageControl1: TPageControl Left = 8 Top = 8 Width = 249 Height = 310 ActivePage = Output1 Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 2 object Output1: TTabSheet Caption = 'Output1' object Memo1: TMemo Left = 2 Top = -1 Width = 239 Height = 279 Anchors = [akLeft, akTop, akRight, akBottom] Color = clBlue Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'WinConsole Debugger. ' 'Version 1.0' 'pDinh' '' 'Output1') ParentFont = False ScrollBars = ssVertical TabOrder = 0 end end object Output2: TTabSheet Caption = 'Output2' ImageIndex = 1 object Memo2: TMemo Left = 2 Top = -1 Width = 239 Height = 279 Anchors = [akLeft, akTop, akRight, akBottom] Color = clBlue Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'WinConsole Debugger. ' 'Version 1.0' 'pDinh' '' 'Output 2') ParentFont = False ScrollBars = ssVertical TabOrder = 0 end end object Output3: TTabSheet Caption = 'Output3' ImageIndex = 2 object Memo3: TMemo Left = 2 Top = -1 Width = 239 Height = 279 Anchors = [akLeft, akTop, akRight, akBottom] Color = clBlue Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'WinConsole Debugger. ' 'Version 1.0' 'pDinh' '' 'Output 3') ParentFont = False ScrollBars = ssVertical TabOrder = 0 end end end object AutoSwitch: TCheckBox Left = 180 Top = 325 Width = 73 Height = 17 Alignment = taLeftJustify Anchors = [akRight, akBottom] Caption = 'AutoSwitch' Checked = True State = cbChecked TabOrder = 3 end end